vcSimProcessorField
A Processor field allows you to connect a component with a Component Path or Process Point Sensor behavior to a component with a vcContainer type behavior or vice versa.
See in: Overview
Module: vcBehaviors
Parent: vcSimInterfaceField
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Parent | Boolean | RW | Gets or sets a value indicating whether this interface is where sensors connect or is a sensor that gets connected.See moreIf True, field uses Path to connect sensors; otherwise field uses Sensor to connect to paths and other types of containers. |
| Path | vcContainer | RW | Gets or sets the path behavior used by this field. Only used when Parent is set to True. |
| Sensor | vcBehavior | RW | Gets or sets the sensor behavior used by this field. Only used when Parent is set to False. |